OpenRoads Designer CONNECT Edition SDK Help

Intersect(LinearElement) Method

Gets collection of intersections with another linear element.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearIntersectionCollection Intersect( LinearElement linearElement)

Parameters

SettingDescription
  LinearElement Intersecting linear element.

Return Value

LinearIntersectionCollection Intersections with linear element.

See Also